HighContrast: Fix sidebar borders
authorMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jan 2016 21:53:03 +0000 (16:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jan 2016 21:53:03 +0000 (16:53 -0500)
gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 20ab32f1909b86beb60cd9018dd3344d54d2a730..e9459f9029d0a80ae528977a86c142c348b606c6 100644 (file)
@@ -2200,7 +2200,7 @@ GtkFileChooserDialog {
     @extend %selected_items;
   }
 
-  & > GtkScrolledWindow > .frame {
+  & > scrolledwindow > .frame {
     border-right: 1px solid $borders_color;
     &:dir(rtl) {
       border-right: none;
index 17b0fb3ad55bec14f8e1f7c3adb47d89306cb189..ac060807ab12c26d93438ca7a1add795d71c1e5f 100644 (file)
@@ -2502,9 +2502,9 @@ GtkFileChooserDialog .dialog-action-box {
   border: none; }
   .sidebar:backdrop {
     background-color: #fff; }
-  .sidebar > GtkScrolledWindow > .frame {
+  .sidebar > scrolledwindow > .frame {
     border-right: 1px solid gray; }
-    .sidebar > GtkScrolledWindow > .frame:dir(rtl) {
+    .sidebar > scrolledwindow > .frame:dir(rtl) {
       border-right: none;
       border-left: 1px solid gray; }